internal/abi.Offset.off (field)

12 uses

	internal/abi (current package)
		compiletype.go#L45: 	off        uint64 // the current offset
		compiletype.go#L54: 		return Offset{off: 0, align: 1, ptrSize: ptrSize, sliceAlign: 2 * ptrSize}
		compiletype.go#L56: 	return Offset{off: 0, align: 1, ptrSize: ptrSize, sliceAlign: ptrSize}
		compiletype.go#L73: 	o0.off = uint64(off)
		compiletype.go#L79: 	o.off = (o.off + uint64(a) - 1) & ^(uint64(a) - 1)
		compiletype.go#L96: 	o.off += x
		compiletype.go#L131: 	o.off += 3 * uint64(o.ptrSize)
		compiletype.go#L142: 	o.off += 2 * uint64(o.ptrSize)
		compiletype.go#L149: 	o.off += 2 * uint64(o.ptrSize)
		compiletype.go#L156: 	return o.Align(o.align).off
		compiletype.go#L160: 	o.off += UncommonSize()